<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é‡ç½®æ&nbsp;·å¼*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, button, input, textarea, a, dl, dd, dt, span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
	border: none;
	vertical-align: middle;
}
ul, ol, li {
	list-style: none;
}
input, textarea, button, span, li, a, div {
	border: none;
	outline: none;
	resize: none;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
textarea {
  overflow: auto;
}
a, a:active, a:hover, a:visited {
	color: #333;
	text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

/*åŸºç¡€æ&nbsp;·å¼*/
html {
  font-size: 10px;
}
body {
  font-family: "å¾®è½¯é›…é»‘", sans-serif;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  overflow-x: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mycol {
  margin: 0 -5px;
}
.mycol .col {
  float: left;
  padding: 0 5px;
  text-align: center;
}
.mycol .col img {
  max-width: 100%;
}
.mycol-2 .col {
  width: 50%;
}
.mycol-3 .col {
  width: 33.33333%;
}
.mycol-4 .col {
  width: 25%;
}
.mycol-5 .col {
  width: 20%;
}

/*å…¬å…±æ&nbsp;·å¼ 3c936f*/
.w {
  width: 1400px;
  margin: 0 auto;
}
.com-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.com-title {
  text-align: center;
}
.com-title h2 {
  height: 50px;
  font-size: 32px;
}
.com-title h3 {
  height: 60px;
  color: #999;
  font-size: 24px;
}

/*å…¬å…±å¤´éƒ¨*/
body {
  min-width: 1200px;
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1200px;
  height: 88px;
  line-height: 88px;
  transition: all .3s;
  z-index: 999;
}
.header.top {
}
.header-logo {
  font-size: 0;
  font-weight: 700;
  margin-right: 6vw;
}
.header-logo img {
  height: 45px;
}
.header-nav li {
  float: left;
  margin: 0 0.6vw;
  position: relative;
}
.header-nav li &gt; a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
}
.header-nav li.active &gt; a {
  color: #3c936f;
}
.header .phone {
  padding-left: 35px;
  padding-right: 3.5vw;
  color: #333;
  font-weight: 700;
  font-size: 20px;
  background: url(../images/phone_icon01.png) left center no-repeat;
  position: relative;
}
.header .phone span {
  position: absolute;
  display: block;
  width: 2vw;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/search_icon01.png) right center no-repeat;
  cursor: pointer;
}
.header-nav {
  position: relative;
}
.header-nav .bg {
  position: absolute;
  bottom: 0;
  height: 8px;
  background-color: #3c936f;
  visibility: visible;
}

.header-nav li .subnav {
    display: none;
    position: absolute;
    left: 50%;
    top: 88px;
    width: 180px;
    transform: translateX(-50%);
    text-align: center;
    line-height: 3.5;
    background-color: #fff;
    z-index: 1000;
}
.header-nav li:hover .subnav {
    display: block;
}
.header-nav li .subnav a {
    display: block;
    transition: all .3s;
    border: 1px solid #ccc;
}
.header-nav li .subnav a ~ a {
  border-top: none;
}
.header-nav li .subnav a:hover {
  color: #3c936f;
}

.search {
  display: none;
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  border-top: 1px solid #3c936f;
  text-align: center;
  z-index: 1000;
}
.search input {
  display: inline-block;
}
.search .key {
  width:30%;
  height: 40px;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 100px;
  border: 1px solid #ccc;
}
.search .sub {
  position: relative;
  left: -80px;
  bottom: -1px;
  width: 80px;
  height: 40px;
  border-radius: 40px;
}

/*é¦–é¡µbanner*/
.index-banner {
  width: 100%;
}
.index-banner img {
  width: 100%;
}
.index-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.index-banner .swiper-pagination-bullet-active {
  background-color: #3c936f;
}
.index-banner .swiper-pagination.swiper-pagination {
  bottom: 30px;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
}
.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #7f7f7f;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
.index-banner .swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover {
  background-color: #3c936f;
}
.index-banner .swiper-button-next:hover:after,
.index-banner .swiper-button-prev:hover:after {
  border-color: #fff;
}

/*é¦–é¡µç‰¹ç‚¹*/
.index-trait {
  margin-top: 45px;
}
.index-trait li.col {
  height: 150px;
  padding: 40px 35px 0 10%;
  color: #fff;
  text-align: left;
  background-color: #3c936f;
  border-right: 1px dashed #60b08e;
  position: relative;
}
.index-trait li:last-child {
  border: none;
}
.index-trait li .img {
  position: absolute;
  left: 12%;
  top: 50%;
  width: 65px;
  height: 65px;
  transform: translateY(-50%);
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
}

.index-trait li .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px dashed #fff;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}

.index-trait li:hover .img {
    border: none;
}

.index-trait li:hover .img:after {
    opacity: 1;
    animation: imgroute 9s linear infinite;
    -webkit-animation: imgroute 9s linear infinite;
}

@keyframes imgroute {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes imgroute {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes imgroute {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes imgroute {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.index-trait li img {
  max-width: 100%;
  max-height: 100%;
}
.index-trait li h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.index-trait li h3 {
  font-size: 14px;
  line-height: 22px;
}

/*é¦–é¡µäº§å“*/
.index-product .w {
}
.index-product .swiper-container {
  height: 250px;
}
.index-product .swiper-container li {
  height: 100%;
  text-align: center;
  background-color: #ececec;
}
.index-product .swiper-container img {
  max-width: 90%;
  max-height: 90%;
}
.index-product .big {
  height: 410px;
  margin-bottom: 10px;
}
.index-product .big .txt {
  padding: 4vw 3vw 0 6vw;
}
.index-product .big h4 {
  height: 70px;
  font-size: 32px;
  text-align: left;
}
.index-product .big p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
.index-product .big a {
  display: block;
  width: 140px;
  margin-top: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  background-color: #389c72;
}
.index-product .big .img {
  line-height: 410px;
  text-align: center;
  overflow: hidden;
}
.index-product .small {
  position: relative;
  line-height: 210px;
}
.index-product .small .swiper-slide-thumb-active {
  border: 1px solid #3c936f;
}
.index-product .small h4 {
  font-size: 20px;
  line-height: 1;
}
.index-product .small .swiper-button-next,
.index-product .small .swiper-button-prev {
  width: 50px;
  height: 50px;
  left: -70px;
  border-radius: 50%;
  background: #c4c4c4;
}
.index-product .small .swiper-button-next {
  left: auto;
  right: -70px;
}
.index-product .small .swiper-button-next:after,
.index-product .small .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
.index-product .small .swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.index-product .small .swiper-button-next:hover,
.index-product .small .swiper-button-prev:hover {
  background-color: #3c936f;
}

/*é¦–é¡µè§£å†³æ–¹æ¡ˆ*/
.index-case ul {
}
.index-case li {
  height: 32vw;
  min-height: 345px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.index-case li .txt {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  height: 130px;
  padding-top: 40px;
  background-color: #fff;
}
.index-case li h4 {
  float: left;
  width: 20%;
  padding: 10px 3% 0;
  font-size: 20px;
  text-align: center;
}
.index-case li p {
  float: left;
  width: 48%;
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.index-case li a {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 130px;
  text-align: center;
  background-color: #389c72;
}
.index-case .w {
  position: relative;
}
.index-case .swiper-pagination.swiper-pagination   {
  left: auto;
  right: 250px;
  bottom: 75px;
  width: auto;
}
.index-case .swiper-pagination span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
}
.index-case .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 4px solid #389c72;
}

/*é¦–é¡µå…³äºŽ*/
.index-about .left {
  width: 35%;
}
.index-about .com-title {
  text-align: left;
}
.index-about .txt p {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}
.index-about .txt a {
  display: block;
  width: 80px;
  height: 35px;
  margin: 25px 0;
  border-bottom: 1px solid  #389c72;
}
.index-about .txt img {
  width: 100%;
}
.index-about .right {
  width: 60%;
  height: 460px;
  background: url(../images/i_about02.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.index-about .right span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110%;
  transform: translate(-50%, -50%);
  background: url(../images/play_icon01.png) center no-repeat;
  cursor: pointer;
}
.index-about .right .txt {
  position: absolute;
  bottom: 0;
  left: 65px;
  color: #fff;
}
.index-about .right .txt h4 {
  height: 50px;
  font-size: 32px;
}
.index-about .right .txt p {
  height: 50px;
  font-size: 16px;
}

/*é¦–é¡µåˆä½œä¼™ä¼´*/
.index-partner .w {
  height: 325px;
  background: url(../images/i_partner01.png) right center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.index-partner .main {
  width: 50%;
  padding: 55px;
  position: relative;
  background-color: #eee;
}
.index-partner .swiper-container {
}
.index-partner li {
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  text-align: center;
}
.index-partner li img {
  max-width: 100%;
  max-height: 100%;
}

.index-partner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #fff;
  opacity: 1;
}
.index-partner .swiper-pagination-bullet-active {
  background-color: #3c936f;
}
.index-partner .swiper-pagination.swiper-pagination {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.index-partner .swiper-button-next,
.index-partner .swiper-button-prev {
  width: 35px;
  height: 50px;
  left: -0;
  background: #9c9c9c;
}
.index-partner .swiper-button-next {
  left: auto;
  right: -0;
}
.index-partner .swiper-button-next:after,
.index-partner .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
.index-partner .swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.index-partner .swiper-button-next:hover,
.index-partner .swiper-button-prev:hover {
  background-color: #389c72;
}

/*é¦–é¡µæ–°é—»*/
.index-news {
  background-color: #f3f3f3;
}
.index-news .main {
  height: 500px;
}
.index-news li.col {
  padding: 25px;
  background-color: #fff;
  border-right: 1px solid #f3f3f3;
  transition: all .3s;
}
.index-news li:nth-child(4n) {
  border: none;
}
.index-news li .img {
  width: 100%;
  height: 10vw;
  min-height: 120px;
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.index-news li img {
  position: absolute;
  top: 0;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%);
}
.index-news .txt {
  text-align: left;
}
.index-news .txt span {
  display: block;
  margin: 15px 0;
  font-size: 14px;
}
.index-news .txt h4 {
  height: 75px;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
}
.index-news .txt p {
  height: 110px;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
.index-news .txt a {
  display: block;
  width: 100px;
  height: 22px;
  font-size: 14px;
  border-bottom: 1px solid #aaa;
}
.index-news li:hover {
  background-color: #3c936f;
  position: relative;
  margin-top: -20px;
  padding: 45px 25px;
}
.index-news li:hover * {
  color: #fff;
}
.index-news .more {
  display: block;
  width: 200px;
  line-height: 45px;
  margin: 50px auto 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #3c936f;
}

/*å†…é¡µbanner*/
.banner,
.banner img {
  width: 100%;
}

/*å†…é¡µå¯¼èˆª*/
.page-nav {
  height: 60px;
  margin: 0 0 10px;
  text-align: center;
  line-height: 60px;
  background-color: #eee;
}
.page-nav.top {
  /*margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 88px;
  z-index: 998;*/
}
.page-nav .fl {
  padding-left: 22px;
  background: url(../images/house_icon01.png) left center no-repeat;
}
.page-nav ul {
  display: inline-block;
  font-size: 0;
}
.page-nav li {
  display: inline-block;
  margin-right: 4vw;
  position: relative;
  z-index: 1;
}
.page-nav li:last-of-type {
  margin-right: 0;
}
.page-nav li a {
  display: block;
  font-size: 14px;
}
.page-nav li:hover a,
.page-nav li.active a {
  color: #3c936f;
}
.page-nav li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #3c936f;
  border-radius: 5px;
  z-index: -1;
  transform: scale(0);
  transition: transform .2s;
}
.page-nav li.active:after {
  transform: scale(1);
}
.page-nav li:hover:after {
  transform: scale(1);
}

/*äº§å“åˆ—è¡¨*/
.product {
  padding: 60px 0;
}
.product li.col {
  margin-bottom: 10px;
}
.product li:hover h4,
.product li:hover .img {
  transform: translateY(-10px);
}
.product li:hover h4 {
  color: #3c936f;
  box-shadow: 0 10px 30px -20px #333;
}
.product .img {
  width: 100%;
  height: 250px;
  line-height: 250px;
  text-align: center;
  background-color: #f2f1f7;
  transition: all .3s;
}
.product .img img {
  max-width: 90%;
  max-height: 90%;
  transition: all .3s;
}
.product h4 {
  font-size: 14px;
  line-height: 60px;
  border: 1px solid #e5e5e5;
  border-top: none;
  transition: all .3s;
}

/*æ¡ˆä¾‹*/
.case li.col {
  padding: 0 20px;
  margin-bottom: 40px;
}
.case li .img {
  width: 100%;
  height: 14vw;
  min-height: 170px;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.case li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  transition: all .3s;
}
.case li h4 {
  font-size: 14px;
  line-height: 60px;
  border: 1px solid #dcdcdc;
  border-top: none;
  transition: all .3s;
}
.case li:hover h4 {
  box-shadow: 0 10px 30px -20px #333;
}
.case li:hover .img,
.case li:hover h4 {
  transform: translateY(-10px);
}
.case .com-pages {
  margin-top: 0;
}
.case-detail.detail-main .w {
  width: 1400px;
}
.case-detail.detail-main .img {
  width: 60%;
  height: 545px;
  position: relative;
  overflow: hidden;
}
.case-detail.detail-main .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.case-detail.detail-main .txt {
  width: 40%;
  height: 545px;
  padding-top: 90px;
  padding-right: 6%;
}
.detail-info.case-detail-info {
  width: 1400px;
  padding-bottom: 80px;
}
.detail-info.case-detail-info .related img {
  height: 18vw;
}
.detail-info.case-detail-info p {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.case-detail .con img {
  max-width: 100%;
}

.service {
  padding-bottom: 80px;
  overflow: hidden;
}
.service .subtitle {
  width: 78%;
  margin-left: 11%;
  height: 100px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.service .main {
  height: 1340px;
}
.service .main li {
  float: left;
  width: 33.33333%;
  height: 25%;
  padding: 2.5vw 2.2vw 0;
  position: relative;
  overflow: hidden;
}
.service .main li:nth-child(3) {
  height: 50%;
}
.service .main li:nth-child(5),
.service .main li:nth-child(4) {
  width: 66.66666%;
}
.service .main li:nth-child(4),
.service .main li:nth-child(4) ~ li{
  transform: translateY(-100%);
}
.service .main li:nth-child(1),
.service .main li:nth-child(5) {
  background-color: #f7f7f7;
}
.service .main li:nth-child(3),
.service .main li:nth-child(7) {
  color: #fff;
  background-color: #3c936f;
}
.service .main li:last-child {
  color: #fff;
  background-color: #676767;
}
.service .main li h4 {
  height: 45px;
  font-size: 24px;
}
.service .main li h5 {
  height: 45px;
  font-size: 16px;
}
.service .main li p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 28px;
}
.service .main li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.faq-list {
  border-top: 1px solid #ccc;
}
.faq-list li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.faq-list li .tit {
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.faq-list li .tit:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #3c936f;
}
.faq-list li .des {
  height: 16px;
  line-height: 16px;
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*è”ç³»æˆ‘ä»¬*/
.contact {
  padding-top: 80px;
}
.contact .title h2 {
  height: 50px;
  font-size: 36px;
}
.contact .title h3 {
  height: 60px;
  color: #666;
  font-size: 18px;
}
.contact .phone li {
  height: 180px;
  padding-left: 15px;
  padding-right: 20px;
  border: 1px solid #dcdcdc;
  border-right: none;
}
.contact .phone li:last-child {
  border-right: 1px solid #dcdcdc;
}
.contact .phone .img {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-top: 30px;
  border-radius: 50%;
  background-color: #3c936f;
}
.contact .phone .txt {
  width: calc(100% - 120px);
  padding-left: 10px;
  text-align: left;
  padding-top: 45px;
}
/*.contact .phone li:last-child p {
  font-size: 14px;
  line-height: 26px;
}*/
.contact .phone h5 {
  height: 30px;
  font-size: 16px;
}
.contact .phone p {
  line-height: 30px;
  font-size: 19px;
  word-wrap:break-word;
}
.contact .addr {
  height: 260px;
  padding-top: 60px;
  padding-left: 4vw;
  margin: 70px 0;
  background-color: #f8f8f8;
}
.contact .addr h4 {
  height: 70px;
  font-size: 24px;
  text-align: left;
}
.contact .addr p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
.contact .online {
  margin-top: 100px;
}
.contact .online .com-title {
  text-align: left;
}
.contact .online .left {
  width: 35%;
  padding-right: 2.2vw;
}
.contact .online input {
  display: inline-block;
  width: calc((100% - 20px) / 2);
  padding-left: 15px;
  margin-bottom: 25px;
  height: 42px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
.contact .online textarea {
  width: 100%;
  height: 130px;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}
.contact .online input[name = 'name'] {
  margin-right: 14px;
}
.contact .online a {
  display: block;
  width: 110px;
  margin-top: 40px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #3c936f;
}
.contact .online .right {
  width: 65%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.contact .online .right img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

/*å†…é¡µåˆ—è¡¨åˆ†é¡µ*/
.com-pages {
  margin-top: 40px;
  text-align: center;
}
.com-pages span,
.com-pages a {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 0 5px;
  line-height: 33px;
  color: #000;
  font-size: 18px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  transition: all .3s;
}
.com-pages a:hover {
  background-color: #3c936f;
  color: #fff;
}
.com-pages span {
  background-color: #3c936f;
  color: #fff;
}
.com-pages label {
  display: none;
}

/*æ–°é—»*/
.news-main .mycol {
  margin: 0 -12px;
}
.news-main li.col {
  padding: 0 12px;
  margin-bottom: 30px;
}
.news-main li .img {
  width: 100%;
  height: 11.5vw;
  min-height: 140px;
  overflow: hidden;
  position: relative;
  transition: all .3s;
}
.news-main li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  transition: transform .3s;
}
.news-main li .txt {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 0 15px;
  text-align: left;
  transition: all .3s;
}
.news-main li .date {
  height: 65px;
  line-height: 65px;
  font-size: 14px;
}
.news-main li .date span {
  margin: 0 8px;
  color: #cfcfcf;
  font-size: 24px;
  font-weight: normal;
}
.news-main li h4 {
  height: 75px;
  line-height: 30px;
  font-size: 18px;
  overflow: hidden;
}
.news-main li p {
  height: 105px;
  line-height: 22px;
  color: #666;
  font-size: 14px;
}
.news-main li:hover .txt,
.news-main li:hover .img {
  transform: translateY(-10px);
}
.news-main li:hover .txt {
  box-shadow: 0 10px 30px -20px #333;
}
.news-main li:hover img {
  transform: translate(-50%, -50%) scale(1.04);
}
/*å…³äºŽ*/
.about-introduce .fl {
  width: calc(50% - 20px);
  height: 430px;
  line-height: 430px;
  position: relative;
  overflow: hidden;
}
.about-introduce .fl img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: transform .5s;
}
.about-introduce .fl:hover img {
  transform: translate(-50%, -50%) scale(1.04);
}
.about-introduce .fr {
  width: 50%;
  padding: 0 3vw;
}
.about-introduce h3 {
  height: 80px;
  font-size: 32px;
}
.about-introduce p {
  color: #3e3d44;
  font-size: 14px;
  line-height: 28px;
}

.about-quality .main {
  margin-top: 15px;
}
.about-quality h4 {
  height: 30px;
  margin-top: 30px;
  font-size: 20px;
}
.about-quality p {
  font-size: 16px;
}

.about-partner {
  padding-bottom: 100px;
  margin-top: 200px;
  margin-bottom: 40px;
  background: url(../images/partner_bg01.png) top center no-repeat;
}
.about-partner .w {
  position: relative;
  top: 0;
  transform: translateY(-40%);
  padding: 60px 4vw;
  background-color: #f7f7f7;
}
.about-partner .main {
  position: relative;
}
.about-partner li {
  height: 100px;
  line-height: 95px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.about-partner li img {
  max-width: 100%;
  max-height: 90%;
}

.about-partner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.about-partner .swiper-pagination-bullet-active {
  background-color: #3c936f;
}
.about-partner .swiper-pagination.swiper-pagination {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.about-partner .swiper-button-next,
.about-partner .swiper-button-prev {
  width: 35px;
  height: 50px;
  left: -50px;
  background: #9c9c9c;
}
.about-partner .swiper-button-next {
  left: auto;
  right: -50px;
}
.about-partner .swiper-button-next:after,
.about-partner .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
.about-partner .swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.about-partner .swiper-button-next:hover,
.about-partner .swiper-button-prev:hover {
  background-color: #389c72;
}

.about-pro .main {
  height: 430px;
}
.about-pro li {
  float: left;
  width: calc(25% - 10px);
  height: calc(50% - 10px);
  margin: 5px;
  position: relative;
  overflow: hidden;
}
.about-pro li:first-child {
  width: calc(50% - 10px);
  height: calc(100% - 10px);
}
.about-pro li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 95%;
  min-height: 95%;
}

.about-laboratory {
}
.about-laboratory .left {
  width: 55%;
}
.about-laboratory li {
  height: 100%;
}
.about-laboratory img {
  width: 100%;
  height: 275px;
}
.about-laboratory .left p {
  margin-top: 25px;
  font-size: 16px;
  text-align: center;
}
.about-laboratory .right {
  width: 45%;
  height: 275px;
  padding: 70px 0 0 45px;
  color: #fff;
  background-color: #3c936f;
}
.about-laboratory .right h4 {
  height: 35px;
  font-size: 24px;
}
.about-laboratory .right p {
  height: 45px;
  font-size: 16px;
}
.about-laboratory .right h5 {
  height: 25px;
  font-size: 16px;
}
.about-laboratory .right span {
  font-size: 14px;
}
.about-laboratory .swiper-button-next,
.about-laboratory .swiper-button-prev {
  width: 35px;
  height: 50px;
  left: 20px;
  margin-top: -40px;
  background: #9c9c9c;
}
.about-laboratory .swiper-button-next {
  left: auto;
  right: 20px;
}
.about-laboratory .swiper-button-next:after,
.about-laboratory .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
.about-laboratory .swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.about-laboratory .swiper-button-next:hover,
.about-laboratory .swiper-button-prev:hover {
  background-color: #389c72;
}

.about-personnel {
  padding: 60px 0 120px;
}
.about-personnel .left {
  width: 45%;
}
.about-personnel .com-title {
  text-align: left;
  margin-bottom: 20px;
}
.about-personnel p {
  height: 185px;
  font-size: 24px;
  line-height: 45px;
}
.about-personnel a {
  display: block;
  width: 140px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #e93e00;
}
.about-personnel .right {
  width: 55%;
  height: 455px;
  position: relative;
  overflow: hidden;
}
.about-personnel .right img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  transition: transform .3s;
}
.about-personnel .right:hover img {
  transform: translate(-50%, -50%) scale(1.04);
}

.about-culture {
  padding-top: 60px;
}
.about-culture .com-title {
  margin-bottom: 30px;
}
.about-culture li {
  margin-bottom: 120px;
}
.about-culture li:nth-child(1) .center {
  padding-left: 6vw;
}
.about-culture li:nth-child(3) .center {
  padding-left: 4vw;
}
.about-culture li &gt; div {
  float: left;
  height: 530px;
  position: relative;
}
.about-culture li:nth-child(2n) &gt; div {
  float: right;
}
.about-culture .img {
  width: 55%;
  overflow: hidden;
}
.about-culture img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.about-culture .txt {
  width: 45%;
}
.about-culture .center {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-culture h4 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 55px;
}
.about-culture p {
  font-size: 26px;
  line-height: 45px;
}

.about-honor {
  padding: 80px 0;
}
.about-honor .mian {
  margin: 0;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-right: none;
}
.about-honor li {
  padding: 0;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-top: none;
}
.about-honor .img {
  width: 80%;
  margin-left: 10%;
  margin-top: 8%;
  height: 22vw;
  min-height: 225px;
}
.about-honor img {
  width: 100%;
  height: 100%;
}
.about-honor p {
  font-size: 16px;
  line-height: 90px;
}

/*è”ç³»æˆ‘ä»¬*/
#map {
  width: 100%;
  height: 500px;
  margin-top: 80px;
}
#map img {
  max-width: none;
  max-height: none;
}
.BMapLib_SearchInfoWindow {
  background: none !important;
  border: none !important;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_top {
  display: none !important;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
  padding: 8px 5px !important;
}


.detail-main {
}
.detail-main .w {
  width: 1200px;
}
.detail-main .img {
  width: 50%;
  background-color: #f2f1f7;
}
.detail-main .img li {
  height: 445px;
  line-height: 445px;
  text-align: center;
  background-color: #f2f1f7;
}
.detail-main .img li img {
  display: inline-block;
  max-width: 90%;
  max-height: 90%;
}
.detail-main .txt {
  width: 50%;
  padding-left: 6%;
  padding-top: 40px;
}
.detail-main .txt &gt; h3 {
  height: 100px;
  font-size: 32px;
  line-height: 40px;
  overflow: hidden;
}
.detail-main .txt &gt; .content {
  width: 100%;
  height: 220px;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-align: justify;
}
.detail-main .txt &gt; a {
  display: inline-block;
  width: 150px;
  margin-right: 2.6vw;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #e47124;
  vertical-align: middle;
}
.detail-main .txt &gt; span {
  display: inline-block;
  padding-left: 35px;
  color: #e47124;
  font-size: 28px;
  background: url(../images/phone_icon03.png) left center no-repeat;
  vertical-align: middle;
}
.detail-main .txt &gt; .content img {
  max-width: 100%;
}
.detail-info {
  width: 1200px;
}
.detail-info h6 {
  height: 60px;
  padding-left: 25px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  background-color: #389c72;
}
.detail-info .content {
  min-height: 330px;
  margin-bottom: 30px;
  padding: 40px;
  background-color: #f8f8f8;
}
.detail-info li .img {
  /*border: 1px solid #e5e5e5;*/
}
.detail-info .content {
  margin-bottom: 40px;
}
.detail-info .related {
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.detail-info .related p {
  font-size: 14px;
  line-height: 40px;
}
.detail-info .related img {
  max-width: 100%;
  height: 12vw;
  min-height: 125px;
}

.detail-info .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.detail-info .swiper-pagination-bullet-active {
  background-color: #3c936f;
}
.detail-info .swiper-pagination.swiper-pagination {
  bottom: 30px;
}
.detail-info .swiper-button-next,
.detail-info .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: -70px;
  border-radius: 50%;
  background: #999;
}
.detail-info .swiper-button-next {
  left: auto;
  right: -70px;
}
.detail-info .swiper-button-next:after,
.detail-info .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
.detail-info .swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.detail-info .swiper-button-next:hover,
.detail-info .swiper-button-prev:hover {
  background-color: #3c936f;
}

/*åº•éƒ¨*/
.links {
  margin-top: 30px;
  line-height: 1.5;
}
.links a {
  color: #fff;
  margin-left: 16px;
}
.footer {
  padding-top: 60px;
  color: #fff;
  background: url(../images/footer_bg01.png) top center no-repeat;
}
.footer .message {
  height: 106px;
  padding-left: 3vw;
  line-height: 106px;
  color: #fff;
  background-color: #3c936f;
}
.footer .message h4 {
  float: left;
  width: 255px;
  padding-top: 22px;
  margin-right: 1.5vw;
  line-height: 30px;
  font-size: 18px;
  text-align: left;
}
.footer .message p {
  float: left;
  font-size: 32px;
  padding-left: 37px;
  background: url(../images/phone_icon02.png) left center no-repeat;
}
.footer .message input {
  line-height: 45px;
  padding: 0 15px;
  border-radius: 5px;
}
.footer .message .submit {
  display: inline-block;
  width: 65px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #126341;
}
.footer .message input[name = 'name'] {
  width: 8vw;
}
.footer .message input[name = 'shouji'] {
  width: 14vw;
}
.footer .main {
  margin-top: 50px;
}
.footer .main .qrcode {
  width: 280px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.footer .main .qrcode h2 {
  padding-left: 70px;
  margin-bottom: 40px;
  font-size: 40px;
  background: url(../images/logo02.png) left center no-repeat;
}
.footer .main .qrcode img {
  display: block;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.footer .nav {
  width: calc(100% - 280px);
}
.footer dl {
  float: left;
  margin-left: 4vw;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.footer dl a {
  color: #fff;
}
.footer dt {
  margin-bottom: 25px;
  position: relative;
}
.footer dd {
  height: 30px;
  color: #b8b8b8;
  font-size: 14px;
}
.footer dd a {
  display: block;
  height: 30px;
  color: #b8b8b8;
  font-size: 14px;
}
.footer dd img {
  width: 105px;
  height: 105px;
}

.copyright {
  color: #999;
  margin-top: 60px;
}
.copyright * {
  font-size: 14px;
}
.copyright a {
  color: #999;
  margin: 0 5px;
  transition: all .5s;
}
.footer a:hover {
  color: #1ba92d;
  text-decoration: underline;
}


/*é¼&nbsp;æ&nbsp;‡hoveræ•ˆæžœ*/
.hover-img-big {
  overflow: hidden;
}
.hover-img-big img {
  transition: transform .5s;
}
.hover-img-big:hover img {
  transform: scale(1.02);
}
.hover-left-rotate {
  transition: transform .3s;
}
.hover-left-rotate:hover {
  transform:rotateY(360deg);
}
.hover-left-move {
  position: relative;
  right: 0;
  transition: right .5s;
}
.hover-left-move:hover {
  right: -10px;
}
.hover-top-move {
  position: relative;
  transition: transform .5s;
}
.hover-top-move:hover {
  transform: translateY(-5px);
}
.hover-bg-big {
  position: relative;
  z-index: 1;
}
.hover-bg-big:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}
.hover-bg-big:hover:after {
  transform: scale(1);
}

@media (max-width: 1400px) {
  .w {
    width: 100%;
    padding: 0 2%;
  }
  .header .header-logo {
    margin-right: 2vw;
  }
  .header-nav li {
    margin: 0 0.4vw;
  }
}
</pre></body></html>